8a0b74
@@ -583,7 +583,9 @@
public class Store extends SchemaConfigured implements HeapSize {
         this.family.getBloomFilterType(), this.dataBlockEncoder);
     passSchemaMetricsTo(sf);
 
-    sf.createReader();
+    StoreFile.Reader r = sf.createReader();
+    this.storeSize += r.length();
+    this.totalUncompressedBytes += r.getTotalUncompressedBytes();
 
     LOG.info("Moved HFile " + srcPath + " into store directory " +
         homedir + " - updating store file list.");
